home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / languages / oberon.lha / Oberon / Release.Notes.Text (.txt) < prev   
Encoding:
Oberon Text  |  1995-03-07  |  3.7 KB  |  83 lines

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax12b.Scn.Fnt
  5. Syntax10b.Scn.Fnt
  6. Release 0.8
  7.     New features:
  8.         -    New Kernel allocates memory from Amiga OS in chunks of 64KB. You should be very grateful for this!
  9.         -    Finalization service in module Kernel. Use Browser.ShowDef Kernel and find out for yourself or ask us.
  10.         -    Edit.Print works, see Oberon4Amiga.Guide.Text
  11.         -    Supports Amiga fonts.
  12.         -     System.AnsiInput, System.OberonInput to switch off/on conversion of Amiga keycodes to Oberon.
  13.         -    System.ThreeButtonMouse, System.TwoButtonMouse to switch on/off Left-Alt-Key as Mouse Button.
  14.             You may call these commands in Configuration to customize your Oberon4Amiga!
  15.         -    Files distributed into more subdirectories.
  16.         -    StatusViewer which shows current directory and other nice stuff!
  17.     Known bugs:
  18.         -    Amiga fonts aren't always rendered as they should.
  19.         -    Floating point arithmetic in REPEAT UNTIL loops don't work correctly. DON'T USE IT!
  20.         -    When moving mouse to the screen border in DblPAL:Hi Res No Flicker with maximum overscan, the mouse
  21.             might freeze.
  22.         -    Display.ReplPatternC may yield some weird results for non-zero X0, Y0 offsets.
  23.         -    Finalization not documented.
  24.         -    Problems with >  8 colors. Use 8 colors.
  25.     Known limitations:
  26.         -    Missing Trap Viewer, use KillOberon if everything else fails.
  27.         -    Can't use files on XFH devices.
  28.         -    POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  29.             during a GC. Use a secondary link structure to keep the values referenced.
  30.     Fixed Bugs:
  31.         -    Workaround in Splines to avoid REPEAT ... REAL bug.
  32.         -    Input of Umlauts etc. with the aid of dead keys now works.
  33.         -    ChangeMode swapped screen width and height.
  34.         -    WriteSet and ReadSet were not working correctly => weird behavior of ParcElems and PopupElems.
  35.             Old files containing Parcs or Popups should be corrected and saved to disk again!
  36. Release 0.7
  37.     New features:
  38.         -    Minimum memory required for startup is 700kByte instead of 1.5MByte.
  39.         -    Files.Old uses OBERON: as search path.
  40.         -    All fonts now located in subdirectory Fonts.
  41.         -    All system files located in subdirectory System.
  42.         -    System.ShowMode & System.ChangeMode for <WB3.0 users.
  43.         -    Icons for starting and killing of Oberon. Nicer ones are welcome, send them to us!
  44.         -    Support for Umlauts. (Simple keys only, no dead keys)
  45.         -    BRK and SHIFT-BRK on F3 (for inserting parcs)
  46.         -    System.CurrentDirectory shows where you are
  47.     Known limitations:
  48.         -    Can't use files on XFH devices.
  49.     Fixed Bugs:
  50.         -    Module Out now included.
  51.         -    PopupElems fixed
  52. Release 0.6 (first Beta)
  53.     New features:
  54.         -    System.Directory, System.Execute, System.ChangeMode
  55.         -    Doesn't require WB3.0 anymore, but screen mode requester not available on WB2.x
  56.         -    Backup tool for reading/writing Ceres-Oberon Floppies. Thanks to Marc Pilloud for this!
  57.         -    Standard Oberon documentation text files.
  58.     Fixed Bugs:
  59.         -    many...
  60.     Known bugs:
  61.         -    When moving mouse to the screen border in DblPAL:Hi Res No Flicker with maximum overscan, the mouse
  62.             might freeze.
  63.     Missing features:
  64.         -    Trap viewer.
  65.         -    Support for Amiga fonts.
  66. Release 0.3 .. 0.5
  67.     internal development release
  68. Release 0.2
  69.     New features:
  70.         -    Oberon fonts.
  71.         -    Screen mode requester (requires WB3.0).
  72.         -    V4 (elements in texts).
  73.         -    Garbage Collection of files.
  74.     Fixed bugs:
  75.         -    Scrolling leaves some garbage pixels.
  76.     Known bugs:
  77.     Missing features:
  78.         -    Standard Oberon documentation text files.
  79.         -    Trap Viewer.
  80.     Edit the file Configuration.Mod to customize your Oberon System. Compile it, and try
  81.     it first out with Configuration.Init! Then restart Oberon. If it doesn't work, you
  82.     should delete the file Configuration.Obj in a shell.
  83.